home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity Soundfont Player.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2004-05-05  |  14KB  |  575 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 206
  3.   Top = 115
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 240
  8.   ClientWidth = 241
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 241
  25.     Height = 240
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object OpenBtn: TQuickBtn
  31.       Tag = -1
  32.       Left = 4
  33.       Top = 4
  34.       Width = 31
  35.       Height = 23
  36.       Cursor = crHandPoint
  37.       Hint = '|Open SoundFont...'
  38.       ParentColor = False
  39.       Color = 6709335
  40.       ShowHint = True
  41.       ParentShowHint = False
  42.       Options = [tbHasDownGlyph, tbAutoSize]
  43.       AccelKey = 0
  44.       Glyph.ILCount = 2
  45.       BmpList = SynthResModule.BtnIL
  46.       OnClick = OpenBtnClick
  47.       StayDown = False
  48.     end
  49.     object PatchSelect: TDigiWheel
  50.       Left = 7
  51.       Top = 43
  52.       Width = 25
  53.       Height = 16
  54.       Cursor = crSizeNS
  55.       Hint = '|^b^aPatch number'
  56.       Options = [wwAutoSize, wwIncMode]
  57.       MoveSpeed = 6
  58.       SlowMotionDiv = 4
  59.       Min = 1
  60.       Max = 256
  61.       Value = 1
  62.       DefaultValue = 1
  63.       OnChange = CutoffWheelChange
  64.       MouseButton = mbLeft
  65.       HotSideX = 3
  66.       HotSideY = 6
  67.       PopupMenu = SynthResModule.WheelMenu
  68.       Color = clNone
  69.       Font.Charset = ANSI_CHARSET
  70.       Font.Color = 13025463
  71.       Font.Height = -11
  72.       Font.Name = 'Arial'
  73.       Font.Style = []
  74.       BmpList = SynthResModule.Digits11IL
  75.       NullValue = 0
  76.     end
  77.     object SFNameLabel: TQuickBtn
  78.       Tag = -1
  79.       Left = 41
  80.       Top = 8
  81.       Width = 162
  82.       Height = 11
  83.       Cursor = crHandPoint
  84.       Hint = '|Soundfont name'
  85.       ParentFont = False
  86.       ParentColor = True
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = 14079423
  89.       Font.Height = -9
  90.       Font.Name = 'Fruity Fonts'
  91.       Font.Style = []
  92.       Caption = 'Name'
  93.       PopupMenu = SynthResModule.SFListMenu
  94.       Options = [tbTrashGlyph, tbAutoSize, tbTransparent, tbHighlight]
  95.       Style = FS_Transparent
  96.       Spacing = 0
  97.       TextAlign = ttaLeft
  98.       AccelKey = 0
  99.       StayDown = False
  100.       PopupAlign = Popup_Bottom
  101.       PopupButton = mbLeft
  102.       BeforePopup = SFNameLabelBeforePopup
  103.     end
  104.     object PatchNameLabel: TQuickLabel
  105.       Left = 71
  106.       Top = 45
  107.       Width = 162
  108.       Height = 11
  109.       Cursor = crHandPoint
  110.       Hint = '|Patch name'
  111.       Options = [loTransparent, loEndEllipsis]
  112.       Caption = 'Name'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = 15461076
  115.       Font.Height = -9
  116.       Font.Name = 'Fruity Fonts'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.       OnClick = PatchNameLabelClick
  120.     end
  121.     object RevSendSelect: TDigiWheel
  122.       Tag = -2
  123.       Left = 60
  124.       Top = 86
  125.       Width = 18
  126.       Height = 16
  127.       Cursor = crSizeNS
  128.       Hint = '|Send reverb to effect track number'
  129.       Options = [wwAutoSize, wwIncMode]
  130.       MoveSpeed = 2
  131.       SlowMotionDiv = 4
  132.       Max = 0
  133.       DefaultValue = 0
  134.       OnChange = RevSendSelectChange
  135.       MouseButton = mbLeft
  136.       HotSideX = 3
  137.       HotSideY = 6
  138.       Color = clNone
  139.       Font.Charset = ANSI_CHARSET
  140.       Font.Color = 13025463
  141.       Font.Height = -11
  142.       Font.Name = 'Arial'
  143.       Font.Style = []
  144.       BmpList = SynthResModule.Digits11IL
  145.       NumDigits = 2
  146.       NullValue = 0
  147.     end
  148.     object ChorSendSelect: TDigiWheel
  149.       Tag = -1
  150.       Left = 179
  151.       Top = 86
  152.       Width = 18
  153.       Height = 16
  154.       Cursor = crSizeNS
  155.       Hint = '|Send chorus to effect track number'
  156.       Options = [wwAutoSize, wwIncMode]
  157.       MoveSpeed = 2
  158.       SlowMotionDiv = 4
  159.       Max = 0
  160.       DefaultValue = 0
  161.       OnChange = RevSendSelectChange
  162.       MouseButton = mbLeft
  163.       HotSideX = 3
  164.       HotSideY = 6
  165.       Color = clNone
  166.       Font.Charset = ANSI_CHARSET
  167.       Font.Color = 13025463
  168.       Font.Height = -11
  169.       Font.Name = 'Arial'
  170.       Font.Style = []
  171.       BmpList = SynthResModule.Digits11IL
  172.       NumDigits = 2
  173.       NullValue = 0
  174.     end
  175.     object BankSelect: TDigiWheel
  176.       Tag = 1
  177.       Left = 37
  178.       Top = 43
  179.       Width = 25
  180.       Height = 16
  181.       Cursor = crSizeNS
  182.       Hint = '|^b^aBank number'
  183.       Options = [wwAutoSize, wwIncMode]
  184.       MoveSpeed = 6
  185.       SlowMotionDiv = 4
  186.       Max = 127
  187.       DefaultValue = 0
  188.       OnChange = CutoffWheelChange
  189.       MouseButton = mbLeft
  190.       HotSideX = 3
  191.       HotSideY = 6
  192.       PopupMenu = SynthResModule.WheelMenu
  193.       Color = clNone
  194.       Font.Charset = ANSI_CHARSET
  195.       Font.Color = 13025463
  196.       Font.Height = -11
  197.       Font.Name = 'Arial'
  198.       Font.Style = []
  199.       BmpList = SynthResModule.Digits11IL
  200.     end
  201.     object EditBtn: TQuickBtn
  202.       Tag = -1
  203.       Left = 206
  204.       Top = 4
  205.       Width = 31
  206.       Height = 23
  207.       Cursor = crHandPoint
  208.       Hint = '|Edit SoundFont...'
  209.       ParentColor = False
  210.       Color = 6709335
  211.       ShowHint = True
  212.       ParentShowHint = False
  213.       PopupMenu = SynthResModule.EditMenu
  214.       Options = [tbHasDownGlyph]
  215.       AccelKey = 0
  216.       Glyph.ILCount = 2
  217.       BmpList = SynthResModule.BtnIL
  218.       ILIndex = 2
  219.       OnClick = EditBtnClick
  220.       StayDown = False
  221.       PopupAlign = Popup_Normal
  222.     end
  223.     object RevUseBtn: TQuickBtn
  224.       Tag = -2
  225.       Left = 5
  226.       Top = 107
  227.       Width = 54
  228.       Height = 11
  229.       Cursor = crHandPoint
  230.       Hint = '|Enable built-in reverb'
  231.       ParentFont = False
  232.       ParentColor = True
  233.       Font.Charset = DEFAULT_CHARSET
  234.       Font.Color = clSilver
  235.       Font.Height = -11
  236.       Font.Name = 'MS Sans Serif'
  237.       Font.Style = []
  238.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  239.       Style = FS_Transparent
  240.       Spacing = 4
  241.       TextAlign = ttaRight
  242.       AccelKey = 0
  243.       FXType = FX_Blend
  244.       BmpList = SynthResModule.LEDIL
  245.       OnClick = RevUseBtnClick
  246.       PopupAlign = Popup_Normal
  247.     end
  248.     object ChorUseBtn: TQuickBtn
  249.       Tag = -1
  250.       Left = 124
  251.       Top = 107
  252.       Width = 54
  253.       Height = 11
  254.       Cursor = crHandPoint
  255.       Hint = '|Enable built-in chorus'
  256.       ParentFont = False
  257.       ParentColor = True
  258.       Font.Charset = DEFAULT_CHARSET
  259.       Font.Color = clSilver
  260.       Font.Height = -11
  261.       Font.Name = 'MS Sans Serif'
  262.       Font.Style = []
  263.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  264.       Style = FS_Transparent
  265.       Spacing = 4
  266.       TextAlign = ttaRight
  267.       AccelKey = 0
  268.       FXType = FX_Blend
  269.       BmpList = SynthResModule.LEDIL
  270.       OnClick = RevUseBtnClick
  271.       PopupAlign = Popup_Normal
  272.     end
  273.     object LFO2DelayWheel: TLineWheel
  274.       Tag = 9
  275.       Left = 135
  276.       Top = 145
  277.       Width = 17
  278.       Height = 17
  279.       Hint = '|^b^aLFO 2 predelay'
  280.       Options = [wwBigLine]
  281.       MoveSpeed = 256
  282.       SlowMotionDiv = 16
  283.       Min = -1
  284.       Max = 5900
  285.       Value = -1
  286.       DefaultValue = -1
  287.       OnChange = CutoffWheelChange
  288.       MouseButton = mbLeft
  289.       HotSideX = 10
  290.       HotSideY = 10
  291.       PopupMenu = SynthResModule.WheelMenu
  292.       StartOffset = 0.100000001490116100
  293.       LineColor = 12961206
  294.       LinePressedColor = 16624
  295.       LineThickness = 1
  296.     end
  297.     object Env2AttackWheel: TQuickSlider
  298.       Tag = 5
  299.       Left = 14
  300.       Top = 133
  301.       Width = 18
  302.       Height = 57
  303.       Cursor = crHandPoint
  304.       Hint = '|^b^aEnv 2 attack time'
  305.       MoveSpeed = 256
  306.       SlowMotionDiv = 16
  307.       Min = -1
  308.       Max = 5940
  309.       Value = -1
  310.       DefaultValue = -1
  311.       OnChange = CutoffWheelChange
  312.       MouseButton = mbLeft
  313.       HotSideX = 4
  314.       HotSideY = 6
  315.       PopupMenu = SynthResModule.WheelMenu
  316.       BmpList = SynthResModule.VSliderIL
  317.     end
  318.     object HQBtn: TQuickBtn
  319.       Tag = -2
  320.       Left = 1
  321.       Top = 227
  322.       Width = 79
  323.       Height = 11
  324.       Cursor = crHandPoint
  325.       Hint = '|High quality rendering (slow, not realtime)'
  326.       ParentFont = False
  327.       ParentColor = True
  328.       Font.Charset = DEFAULT_CHARSET
  329.       Font.Color = clSilver
  330.       Font.Height = -11
  331.       Font.Name = 'MS Sans Serif'
  332.       Font.Style = []
  333.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  334.       Style = FS_Transparent
  335.       Spacing = 4
  336.       TextAlign = ttaRight
  337.       AccelKey = 0
  338.       FXType = FX_Blend
  339.       BmpList = SynthResModule.LEDIL
  340.       OnClick = HQBtnClick
  341.       PopupAlign = Popup_Normal
  342.     end
  343.     object ChorAmpWheel: TLineWheel
  344.       Tag = 3
  345.       Left = 210
  346.       Top = 87
  347.       Width = 15
  348.       Height = 15
  349.       Hint = '|^b^aChorus send level (multiplier)'
  350.       Options = [wwBigLine, wwPause]
  351.       MoveSpeed = 16
  352.       SlowMotionDiv = 4
  353.       Max = 256
  354.       Value = 128
  355.       DefaultValue = 128
  356.       OnChange = CutoffWheelChange
  357.       MouseButton = mbLeft
  358.       HotSideX = 10
  359.       HotSideY = 10
  360.       PopupMenu = SynthResModule.WheelMenu
  361.       StartOffset = 0.100000001490116100
  362.       LineColor = 12961206
  363.       LinePressedColor = 16624
  364.       LineThickness = 1
  365.       OnAdjustColor = RevAmpWheelAdjustColor
  366.     end
  367.     object RevAmpWheel: TLineWheel
  368.       Tag = 2
  369.       Left = 91
  370.       Top = 87
  371.       Width = 15
  372.       Height = 15
  373.       Hint = '|^b^aReverb send level (multiplier)'
  374.       Options = [wwBigLine, wwPause]
  375.       MoveSpeed = 16
  376.       SlowMotionDiv = 4
  377.       Max = 256
  378.       Value = 128
  379.       DefaultValue = 128
  380.       OnChange = CutoffWheelChange
  381.       MouseButton = mbLeft
  382.       HotSideX = 10
  383.       HotSideY = 10
  384.       PopupMenu = SynthResModule.WheelMenu
  385.       StartOffset = 0.100000001490116100
  386.       LineColor = 12961206
  387.       LinePressedColor = 16624
  388.       LineThickness = 1
  389.       OnAdjustColor = RevAmpWheelAdjustColor
  390.     end
  391.     object LFO2DepthWheel: TLineWheel
  392.       Tag = 10
  393.       Left = 171
  394.       Top = 145
  395.       Width = 17
  396.       Height = 17
  397.       Hint = '|^b^aLFO 2 amount'
  398.       Options = [wwBigLine]
  399.       MoveSpeed = 16
  400.       SlowMotionDiv = 4
  401.       Min = -128
  402.       Max = 127
  403.       Value = -128
  404.       DefaultValue = -128
  405.       OnChange = CutoffWheelChange
  406.       MouseButton = mbLeft
  407.       HotSideX = 10
  408.       HotSideY = 10
  409.       PopupMenu = SynthResModule.WheelMenu
  410.       StartOffset = 0.100000001490116100
  411.       LineColor = 12961206
  412.       LinePressedColor = 16624
  413.       LineThickness = 1
  414.     end
  415.     object LFO2FreqWheel: TLineWheel
  416.       Tag = 11
  417.       Left = 207
  418.       Top = 145
  419.       Width = 17
  420.       Height = 17
  421.       Hint = '|^b^aLFO 2 speed'
  422.       Options = [wwBigLine]
  423.       MoveSpeed = 8
  424.       SlowMotionDiv = 4
  425.       Min = -1
  426.       Max = 127
  427.       Value = -1
  428.       DefaultValue = -1
  429.       OnChange = CutoffWheelChange
  430.       MouseButton = mbLeft
  431.       HotSideX = 10
  432.       HotSideY = 10
  433.       PopupMenu = SynthResModule.WheelMenu
  434.       StartOffset = 0.100000001490116100
  435.       LineColor = 12961206
  436.       LinePressedColor = 16624
  437.       LineThickness = 1
  438.     end
  439.     object FCutWheel: TLineWheel
  440.       Tag = 12
  441.       Left = 171
  442.       Top = 201
  443.       Width = 17
  444.       Height = 17
  445.       Hint = '|^b^aInitial filter cutoff'
  446.       Options = [wwBigLine]
  447.       MoveSpeed = 8
  448.       SlowMotionDiv = 4
  449.       Min = -1
  450.       Max = 127
  451.       Value = -1
  452.       DefaultValue = -1
  453.       OnChange = CutoffWheelChange
  454.       MouseButton = mbLeft
  455.       HotSideX = 10
  456.       HotSideY = 10
  457.       PopupMenu = SynthResModule.WheelMenu
  458.       StartOffset = 0.100000001490116100
  459.       LineColor = 12961206
  460.       LinePressedColor = 16624
  461.       LineThickness = 1
  462.     end
  463.     object Env2DecWheel: TQuickSlider
  464.       Tag = 6
  465.       Left = 39
  466.       Top = 133
  467.       Width = 18
  468.       Height = 57
  469.       Cursor = crHandPoint
  470.       Hint = '|^b^aEnv 2 decay time'
  471.       MoveSpeed = 256
  472.       SlowMotionDiv = 16
  473.       Min = -1
  474.       Max = 5940
  475.       Value = -1
  476.       DefaultValue = -1
  477.       OnChange = CutoffWheelChange
  478.       MouseButton = mbLeft
  479.       HotSideX = 4
  480.       HotSideY = 6
  481.       PopupMenu = SynthResModule.WheelMenu
  482.       BmpList = SynthResModule.VSliderIL
  483.     end
  484.     object Env2SusWheel: TQuickSlider
  485.       Tag = 7
  486.       Left = 64
  487.       Top = 133
  488.       Width = 18
  489.       Height = 57
  490.       Cursor = crHandPoint
  491.       Hint = '|^b^aEnv 2 sustain level'
  492.       MoveSpeed = 8
  493.       SlowMotionDiv = 4
  494.       Min = -1
  495.       Max = 127
  496.       Value = -1
  497.       DefaultValue = -1
  498.       OnChange = CutoffWheelChange
  499.       MouseButton = mbLeft
  500.       HotSideX = 4
  501.       HotSideY = 6
  502.       PopupMenu = SynthResModule.WheelMenu
  503.       BmpList = SynthResModule.VSliderIL
  504.     end
  505.     object Env2RelWheel: TQuickSlider
  506.       Tag = 8
  507.       Left = 89
  508.       Top = 133
  509.       Width = 18
  510.       Height = 57
  511.       Cursor = crHandPoint
  512.       Hint = '|^b^aEnv 2 release time'
  513.       MoveSpeed = 256
  514.       SlowMotionDiv = 16
  515.       Min = -1
  516.       Max = 5940
  517.       Value = -1
  518.       DefaultValue = -1
  519.       OnChange = CutoffWheelChange
  520.       MouseButton = mbLeft
  521.       HotSideX = 4
  522.       HotSideY = 6
  523.       PopupMenu = SynthResModule.WheelMenu
  524.       BmpList = SynthResModule.VSliderIL
  525.     end
  526.     object LogoBtn: TQuickBtn
  527.       Tag = -1
  528.       Left = 2
  529.       Top = 206
  530.       Width = 112
  531.       Height = 19
  532.       Hint = '|^^www.livesynth.com^'
  533.       ParentFont = False
  534.       ParentColor = False
  535.       Color = 6709335
  536.       Font.Charset = ANSI_CHARSET
  537.       Font.Color = 13025463
  538.       Font.Height = -9
  539.       Font.Name = 'Fruity fonts'
  540.       Font.Style = []
  541.       Options = [tbDirectClick, tbHasOnOverGlyph, tbAutoSize]
  542.       AccelKey = 0
  543.       FXType = FX_Blend
  544.       FXWhen = FX_OnOver
  545.       FXAttack = 8
  546.       FXRelease = 8
  547.       Glyph.ILCount = 2
  548.       BmpList = SynthResModule.LogoIL
  549.       StayDown = False
  550.     end
  551.     object ModWheel: TLineWheel
  552.       Tag = 4
  553.       Left = 207
  554.       Top = 201
  555.       Width = 17
  556.       Height = 17
  557.       Hint = '|^b^aModulation'
  558.       Options = [wwBigLine]
  559.       MoveSpeed = 8
  560.       SlowMotionDiv = 4
  561.       Max = 127
  562.       DefaultValue = 0
  563.       OnChange = CutoffWheelChange
  564.       MouseButton = mbLeft
  565.       HotSideX = 10
  566.       HotSideY = 10
  567.       PopupMenu = SynthResModule.WheelMenu
  568.       StartOffset = 0.100000001490116100
  569.       LineColor = 12961206
  570.       LinePressedColor = 16624
  571.       LineThickness = 1
  572.     end
  573.   end
  574. end
  575.